home *** CD-ROM | disk | FTP | other *** search
- Path: interramp.com!usenet
- From: us011245@interramp.com
- Newsgroups: comp.lang.c++,comp.lang.c
- Subject: Re: conio.h probs in bcc4.0
- Date: Tue, 05 Mar 96 14:22:55 PDT
- Organization: PSI Public Usenet Link
- Message-ID: <NEWTNews.30853.826064743.hampton@interramp.com>
- References: <4hj3i2$8g4@nnrp1.news.primenet.com>
- NNTP-Posting-Host: ip185.herndon7.va.interramp.com
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=US-ASCII
- X-Newsreader: NEWTNews & Chameleon -- TCP/IP for MS Windows from NetManage
-
-
- In article <4hj3i2$8g4@nnrp1.news.primenet.com>, <wisniew@primenet.com> writes:
- > I am using bc++4.0 on a 486. Writing simple program using following
- > routines from conio.h. Program compiles fine. Link errors.
- > Use the following routines from conio.h
- >
- > textbackground - unresolved
- > cgets - unresolved
- > window - unresolved
- > cputs - unresolved
- > clrscr - resolved (from somewhere else maybe?)
- >
- > No other include files are included.
- > All errors occur at link pass 2.
- >
- > Any thoughts?
- >
- > Thanx
- >
- > --
- > Joe Wisniewski
- > Commercial Software Solutions, Ltd. -- Embedded/RT SW Consulting
- > Co-Author: Program Smarter, Not Harder - Get Mission Critical Projects
- > Right the First Time ISBN 0-07-021232-5
- >
- > wisniew@primenet.com --- The "Baltimore Browns"? Pazhaloosta!
- > Ada95 --> She'll take you to places you never thought possible!
- >
- >
- Are you trying to write a Win32 or Win32 GUI application? If so, you can't use
- conio.h, which uses console I/O routines. This is discussed in the 4.0 Library
- Reference manual.
- Hope that helps, Luther Hampton
-
-